| Overload | Description |
|---|---|
| CopyTo(T[]) | Copies the entire ListBase<T> to a compatible one-dimensional array, starting at the beginning of the target array. |
| CopyTo(T[],Int32) | Copies the entire ListBase<T> to a compatible one-dimensional array, starting at the beginning of the target array. |
| CopyTo(Int32,T[],Int32,Int32) | Copies the entire ListBase<T> to a compatible one-dimensional array, starting at the beginning of the target array. |